home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / afmlib / Makefile.in < prev    next >
Encoding:
Makefile  |  1996-06-30  |  7.0 KB  |  291 lines

  1. # Makefile.in generated automatically by automake 1.0 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7. #
  8.  
  9. # Makefile template.
  10.  
  11. # Copyright (c) 1995 Markku Rossi
  12.  
  13. #
  14.  
  15. # Author: Markku Rossi <mtr@iki.fi>
  16.  
  17. #
  18.  
  19. #
  20. # This file is part of the AFM library.
  21. # This library is free software; you can redistribute it and/or modify
  22. # it under the terms of the GNU General Public License as published by
  23. # the Free Software Foundation; either version 2, or (at your option)
  24. # any later version.
  25. #
  26. # This library is distributed in the hope that it will be useful,
  27. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  28. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  29. # GNU General Public License for more details.
  30. #
  31. # You should have received a copy of the GNU General Public License
  32. # along with this library; see the file COPYING.  If not, write to
  33. # the Free Software Foundation, 59 Temple Place - Suite 330,
  34. # Boston, MA 02111-1307, USA.
  35. #
  36.  
  37.  
  38. SHELL = /bin/sh
  39.  
  40. srcdir = @srcdir@
  41. top_srcdir = @top_srcdir@
  42. VPATH = @srcdir@
  43. prefix = @prefix@
  44. exec_prefix = @exec_prefix@
  45.  
  46. bindir = @bindir@
  47. sbindir = @sbindir@
  48. libexecdir = @libexecdir@
  49. datadir = @datadir@
  50. sysconfdir = @sysconfdir@
  51. sharedstatedir = @sharedstatedir@
  52. localstatedir = @localstatedir@
  53. libdir = @libdir@
  54. infodir = @infodir@
  55. mandir = @mandir@
  56. includedir = @includedir@
  57. oldincludedir = /usr/include
  58.  
  59. pkgdatadir = $(datadir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkgincludedir = $(includedir)/@PACKAGE@
  62.  
  63. top_builddir = ..
  64.  
  65. INSTALL = @INSTALL@
  66. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  67. INSTALL_DATA = @INSTALL_DATA@
  68. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  69. transform = @program_transform_name@
  70.  
  71. AUTOMAKE_OPTIONS = no-dependencies ansi2knr
  72.  
  73. noinst_LIBRARIES = afm
  74. afm_SOURCES = afm.c afmparse.c strhash.c enc_iso.c enc_iso2.c \
  75.     enc_iso3.c enc_pc.c enc_mac.c enc_vms.c enc_hp8.c deffont.c
  76.  
  77. noinst_HEADERS = afm.h afmint.h strhash.h
  78.  
  79. EXTRA_DIST = ansi2knr.c ansi2knr.1
  80. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  81. CONFIG_HEADER = ../config.h
  82. LIBRARIES = $(noinst_LIBRARIES)
  83.  
  84. noinst_LIBFILES = libafm.a
  85.  
  86. CC = @CC@
  87. LEX = @LEX@
  88. YACC = @YACC@
  89.  
  90. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  91. CPPFLAGS = @CPPFLAGS@
  92. CFLAGS = @CFLAGS@
  93. LDFLAGS = @LDFLAGS@
  94. LIBS = @LIBS@
  95.  
  96. COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  97. LINK = $(CC) $(LDFLAGS) -o $@
  98.  
  99. ANSI2KNR = @ANSI2KNR@
  100. o = .@U@o
  101. afm_LIBADD =
  102. afm_OBJECTS = afm$o afmparse$o strhash$o enc_iso$o enc_iso2$o enc_iso3$o \
  103. enc_pc$o enc_mac$o enc_vms$o enc_hp8$o deffont$o
  104. EXTRA_afm_SOURCES =
  105. LIBFILES =  libafm.a
  106. AR = ar
  107. RANLIB = @RANLIB@
  108. HEADERS = $(noinst_HEADERS)
  109.  
  110. DIST_COMMON = COPYING.LIB ChangeLog Makefile.am Makefile.in TODO
  111.  
  112.  
  113. PACKAGE = @PACKAGE@
  114. VERSION = @VERSION@
  115.  
  116. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  117.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  118. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  119.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  120.  
  121. TAR = tar
  122. SOURCES = $(afm_SOURCES)
  123. OBJECTS = $(afm_OBJECTS)
  124.  
  125. default: all
  126.  
  127.  
  128. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
  129.     cd $(top_srcdir) && automake $(subdir)/Makefile
  130.  
  131. Makefile: $(top_builddir)/config.status Makefile.in
  132.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  133.  
  134. mostlyclean-noinstLIBRARIES:
  135.  
  136. clean-noinstLIBRARIES:
  137.     rm -f $(noinst_LIBFILES)
  138.  
  139. distclean-noinstLIBRARIES:
  140.  
  141. maintainer-clean-noinstLIBRARIES:
  142.  
  143. .c.o:
  144.     $(COMPILE) $<
  145.  
  146. mostlyclean-compile:
  147.     rm -f *.o core
  148.  
  149. clean-compile:
  150.  
  151. distclean-compile:
  152.     rm -f *.tab.c
  153.  
  154. maintainer-clean-compile:
  155.  
  156. .c._c:
  157.     $(ANSI2KNR) $< > $*.tmp && mv $*.tmp $@
  158.  
  159. ._c._o:
  160.     @echo $(COMPILE) $<
  161.     @rm -f _$*.c
  162.     @ln $< _$*.c && $(COMPILE) _$*.c && mv _$*.o $@ && rm _$*.c
  163.  
  164. .c._o:
  165.     $(ANSI2KNR) $< > $*.tmp && mv $*.tmp $*._c
  166.     @echo $(COMPILE) $*._c
  167.     @rm -f _$*.c
  168.     @ln $*._c _$*.c && $(COMPILE) _$*.c && mv _$*.o $@ && rm _$*.c
  169.  
  170. ansi2knr: ansi2knr.o
  171.     $(LINK) ansi2knr.o $(LIBS)
  172.  
  173. $(OBJECTS): $(ANSI2KNR)
  174. ansi2knr.o: $(CONFIG_HEADER)
  175.  
  176. mostlyclean-kr:
  177.     rm -f *._o *._c _*.c _*.o
  178.  
  179. clean-kr:
  180.  
  181. distclean-kr:
  182.     rm -f ansi2knr
  183.  
  184. maintainer-clean-kr:
  185. $(afm_OBJECTS): ../config.h
  186.  
  187. libafm.a: $(afm_OBJECTS) $(afm_LIBADD)
  188.     rm -f libafm.a
  189.     $(AR) cru libafm.a $(afm_OBJECTS) $(afm_LIBADD)
  190.     $(RANLIB) libafm.a
  191.  
  192. ID: $(HEADERS) $(SOURCES)
  193.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  194.  
  195. tags: TAGS
  196.  
  197. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
  198.     here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
  199.  
  200. mostlyclean-tags:
  201.  
  202. clean-tags:
  203.  
  204. distclean-tags:
  205.     rm -f TAGS ID
  206.  
  207. maintainer-clean-tags:
  208.  
  209. subdir = afmlib
  210. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  211. distdir: $(DEP_DISTFILES)
  212.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  213.       test -f $(distdir)/$$file \
  214.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  215.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  216.     done
  217. info:
  218.  
  219. dvi:
  220.  
  221. check: all
  222.  
  223. installcheck:
  224.  
  225. install-exec: 
  226.  
  227. install-data: 
  228.  
  229. install: install-exec install-data all
  230.     @:
  231.  
  232. uninstall: 
  233.  
  234. all: $(LIBFILES) $(HEADERS) Makefile
  235.  
  236. install-strip:
  237.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  238. installdirs:
  239.  
  240.  
  241. mostlyclean-generic:
  242.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  243.  
  244. clean-generic:
  245.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  246.  
  247. distclean-generic:
  248.     rm -f Makefile $(DISTCLEANFILES)
  249.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  250.  
  251. maintainer-clean-generic:
  252.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  253.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  254. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  255.         mostlyclean-kr mostlyclean-tags mostlyclean-generic
  256.  
  257. clean:  clean-noinstLIBRARIES clean-compile clean-kr clean-tags \
  258.         clean-generic mostlyclean 
  259.  
  260. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-kr \
  261.         distclean-tags distclean-generic clean 
  262.     rm -f config.status
  263.  
  264. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  265.         maintainer-clean-compile maintainer-clean-kr \
  266.         maintainer-clean-tags maintainer-clean-generic \
  267.         distclean 
  268.     @echo "This command is intended for maintainers to use;"
  269.     @echo "it deletes files that may require special tools to rebuild."
  270.  
  271. .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  272. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  273. mostlyclean-compile distclean-compile clean-compile \
  274. maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
  275. maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
  276. maintainer-clean-tags distdir info dvi check installcheck install-exec \
  277. install-data install uninstall all installdirs mostlyclean-generic \
  278. distclean-generic clean-generic maintainer-clean-generic clean \
  279. mostlyclean distclean maintainer-clean
  280.  
  281.  
  282. afmtest: afmtest.o libafm.a
  283.     $(CC) $(LDFLAGS) -o afmtest afmtest.o libafm.a
  284. .SUFFIXES:
  285. .SUFFIXES: .c .o ._c ._o
  286.  
  287. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  288. # Otherwise a system limit (for SysV at least) may be exceeded.
  289. .NOEXPORT:
  290.